home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware Grab Bag
/
Shareware Grab Bag.iso
/
007
/
wasm201.arc
/
SAMPLES.DOC
< prev
next >
Wrap
Text File
|
1987-02-20
|
2KB
|
67 lines
Description of Wolfware Sample Files
******************************************************************************
BTYPE.ASM, binary type
This is a stand-alone program to display the contents of ANY file to the
screen. No control interpretation of characters is carried out, including
carriage returns, linefeeds, bells, etc. All characters are displayed just
as the screen controller sees them.
CASE.ASM, set case of string
This is a Turbo Pascal subroutine to set the case of a string to all upper,
all lower, or capitalized (first character upper and remaining lower).
CLP.ASM, clear partial screen
This is a BASIC subroutine to clear or scroll any or all of the screen.
KEY.ASM, key reassignment
This is a stand-alone program to reassign the meaning of any key via ANSI
escape sequences. ANSI.SYS or a compatible device driver must be installed
to use this program.
PRES.ASM, printer reset
This is a stand-alone program that uses the BIOS printer interface to do a
low level printer reset. This program resets the printer to its default
state.
PTEST.ASM, printer test
This is a Turbo Pascal subroutine to determine if a printer is connected and
ready.
RTIME.ASM, resident time display
This is memory resident program that shows the active time in the upper
right corner of the screen. The display can be enabled or disabled from the
keyboard.
SPLIT.ASM, split file into pages
This is a stand-alone program that splits a text file into odd and even
pages. The purpose of this is to allow double sided printing. This is
accomplished by printing all the odd pages, flipping the paper over, feeding
it back into the printer, and printing all the even pages on the opposite
side.
BIOS.MAC, BIOS macro interface
This is a list of macros designed to simplify the process of using the BIOS
routines within the computer.
DOS.MAC, DOS macro interface
This is a list of macros designed to simplify the process of using the DOS
routines provided by the operating system.
MISC.MAC, miscellaneous macros
This is s list of some miscellaneous macros.